home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / run.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-04-03  |  1KB  |  55 lines

  1. object Form1: TForm1
  2.   Left = 320
  3.   Top = 159
  4.   Width = 408
  5.   Height = 227
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'CHIP May∩┐╜s CD'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 400
  20.     Height = 200
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object qt: TShape
  24.     Left = 106
  25.     Top = 104
  26.     Width = 201
  27.     Height = 25
  28.     Cursor = crHandPoint
  29.     Brush.Style = bsClear
  30.     Pen.Color = clWhite
  31.     Pen.Style = psClear
  32.     OnMouseDown = qtMouseDown
  33.   end
  34.   object run: TShape
  35.     Left = 12
  36.     Top = 152
  37.     Width = 143
  38.     Height = 25
  39.     Cursor = crHandPoint
  40.     Brush.Style = bsClear
  41.     Pen.Style = psClear
  42.     OnMouseDown = runMouseDown
  43.   end
  44.   object explore: TShape
  45.     Left = 221
  46.     Top = 162
  47.     Width = 162
  48.     Height = 24
  49.     Cursor = crHandPoint
  50.     Brush.Style = bsClear
  51.     Pen.Style = psClear
  52.     OnMouseDown = exploreMouseDown
  53.   end
  54. end
  55.